home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / UNSPLIT / text0286.txt < prev    next >
Encoding:
Text File  |  1997-02-06  |  1.4 KB  |  39 lines

  1. > > The tools Bertrand is talking about are lex and yacc, or their GNU
  2. > > equivalents flex and bison.
  3.  
  4. or byacc (Berkley Yacc). 
  5.  
  6. > > > I only ask in view of Nicklas Larsson's Glasnost idea (to create a new games
  7. > > > orientated programming language).
  8. > > 
  9. > > Since he's studying computer technology, he's very likely to already know
  10. > > about the programs I mentioned.
  11. > During the first year we have almost only studied mathematics, so this 
  12. > information is new to me.
  13.  
  14. flex and byacc (Berkley Yacc) are available for Atari's from various FTP
  15. sites... you might find them usful when coding Glasnost...
  16.  
  17. > C is a very nice language, in fact the best I've seen. Glasnost is only 
  18. > a game programming language, not a general language. And Glasnost is not 
  19. > available, and C has been there for quite some time now.
  20.  
  21. Hmm.. One of the lecturers here (on the compiler design/imp. courses) has
  22. a thing about C... He likes picking holes in it...
  23.  
  24. eg. does i+++j (which is valid C) mean:
  25.     (i++) + j   or   i + (++j)
  26.  
  27. also the avoidance of keywords like endif and enddo are a pet hate...
  28.  
  29. > I'm sorry to say this, but the SMF-playing routine doesn't run yet. I 
  30. > have to study now for a while. I will try to finish it this Friday.
  31.  
  32. :-< I'll have gone home then... .net access will be harder (but not
  33. impossible) when at home... :/
  34.  
  35. Anthony
  36. (PS. the first expression is correct, IIRC)
  37.  
  38.